new utf8proc_map_custom for hooking in user-defined custom mappings (#89)
authorSteven G. Johnson <stevenj@mit.edu>
Wed, 30 Nov 2016 15:40:26 +0000 (10:40 -0500)
committerGitHub <noreply@github.com>
Wed, 30 Nov 2016 15:40:26 +0000 (10:40 -0500)
commitb4621f43c3b8aaa5636cb129cd0f2e0f8cc81889
tree5922e437cb79fa411b49ea2fd9089631db24f6f7
parent8da37e28920ba72b81c1d2cd4995647aadcd6db5
new utf8proc_map_custom for hooking in user-defined custom mappings (#89)

* new utf8proc_map_custom for hooking in user-defined custom mappings

* whoops, add test program

* NEWS, version bump for 2.1

* change test functions to static so that gcc doesn't complain about missing prototypes
CMakeLists.txt
MANIFEST
Makefile
NEWS.md
test/custom.c [new file with mode: 0644]
utf8proc.c
utf8proc.h